home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / cfr_a84.zip / CFROUTE.FAQ < prev    next >
Text File  |  1996-08-24  |  3KB  |  58 lines

  1. Since CFR is a small program I don't get many questions, so I
  2. have decided to include every question that has been answering
  3. twice :-)
  4.  
  5. Q: I think CFR processes some netmail even if it was already
  6.    processed. Why?
  7. A: CFR uses the file timestamp to determine when a .MSG should be
  8.    queued for processing. The timestamp is updated every time a
  9.    message is read (and of course when it is written) because
  10.    there is a 'times read' field that is updated.
  11.    Also, an unsent message that is sent and gets its attribute
  12.    updated is processed in the next run.
  13.  
  14. Q: Are there any plans to add Squish/JAM/whatever support?
  15. A: Is there a need?
  16.  
  17. Q: Why doesn't CFR pack the netmail with the rest of the PKT?
  18. A: There are several reasons. One, .?UT files are delivered first
  19.    by most mailers. Personally, I prefer netmail being sent
  20.    before any echomail bundle or tic files. Two, using .?UT
  21.    allow easy and fast inspection of pending netmail (using
  22.    YABOM or InspectA) which turns out to be a very handy
  23.    thing when someone suspect there is a problem with the
  24.    netmail.
  25.  
  26. Q: Ok. Will CFR ever pack netmail?
  27. A: Yes.
  28.  
  29. Q: Can I have the CFRoute code?
  30. A: Not yet, as I don't want to release any code that is likely
  31.    to have bugs (remember that CFRoute is still in alpha).
  32.    I'm not an expert (in fact I'm a novice) in FidoNet technology
  33.    so I don't think there will be too many people that will learn
  34.    anything from me, however for those who think that something can
  35.    be learnt I will give my code away. Just wait until CFRoute is
  36.    finished.
  37.    BTW: I will not apologize for my coding being unreadable, as
  38.    most C/C++ programmers tend to do :-)
  39.  
  40. Q: What tools have been used for CFRoute?
  41.    Only Borland's C++ compilers (3.1 for DOS and 2.0 for OS/2), plus
  42.    the FTS-* and FSC-* documents.
  43.  
  44. A: Have you written any other program?
  45.    Yes, of course. Check DiskEmu (a nice floppy disk emulator for
  46.    fast program installation), CDUtil (a utility to check correctness
  47.    of data to be stored on a CD-R), and a few other stuff. I have
  48.    done also commercial stuff, such as Microdoc Visual (a documental
  49.    database engine) but that's very boring.
  50.    As a project, I'm considering about writing my own tosser.
  51.  
  52. Q: Is there any official betateam or something?
  53. A: Every time I get a version I think it is stable enough I simply
  54.    release it for public evaluation. There isn't a closed group or
  55.    something with access to new versions before the rest of the
  56.    people. Also, CFR is simply too small to organize anything for
  57.    it.
  58.